PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFPage Class / convertStandardRectangleToDisplayRectangle Method
The rectangle in standard PDF coordinates.
In This Topic
    convertStandardRectangleToDisplayRectangle Method
    In This Topic
    Converts a rectangle on the page from standard PDF coordinate system (origin of coordinate system in bottom left corner of page media box) to display coordinate system (origin of coordinate system in top left corner of display page area).
    Syntax
    public PDFDisplayRectangle convertStandardRectangleToDisplayRectangle( 
       PDFStandardRectangle standardRectangle
    )

    Parameters

    standardRectangle
    The rectangle in standard PDF coordinates.

    Return Value

    The rectangle in display coordinates.
    See Also